[Mini-OS] Fix stack closures
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:22:36 +0000 (16:22 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:22:36 +0000 (16:22 +0000)
commitbb44bead1012120e08e81ce206612618384481de
tree5994c57fa757a48652180ff9077f26fddaae2bc8
parent8d71c3dfb8f23ff68a03e6640cc4a8c40d25ea99
[Mini-OS] Fix stack closures

So as to make backtracing tools happy, correctly close x86 stacks for
new threads as well as on callback in the x86_32 case since there is
no unwind marker.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
extras/mini-os/arch/x86/x86_32.S
extras/mini-os/arch/x86/x86_64.S